home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowchl.dir / 00010_Script_10 next >
Text File  |  1994-11-29  |  277b  |  19 lines

  1. on exitFrame
  2.   global CM7SC4M1_Length
  3.   
  4.   if the movieTime of sprite 2 =CM7SC4M1_Length then
  5.     go to marker(1)
  6.   else
  7.     go to frame the frame
  8.   end if
  9. end
  10.  
  11.  
  12. on mouseDown
  13.   set the movieRate of sprite 2 to 0
  14.   updateStage
  15.   go to frame "outtahere"
  16. end
  17.  
  18.  
  19.